home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishproviders.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.5 KB  |  48 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1><img src="..\..\images\business.gif" height="16" width="16" alt="Provider"> Providers</H1>
  18.                     Use the <b>Providers</b> tab to manage your existing providers or add new ones.
  19.                     <UL>
  20.                         <li>
  21.                             <b>Providers</b> Lists the names of the providers you have published<uddi:ContentController Runat='server' Mode='Private'> in UDDI Services</uddi:ContentController>
  22. .
  23.                             <ul>
  24.                                 
  25.                                 <li class="action">
  26.                                     Click <b>Add Provider</b> to add a new provider.
  27.                                 </li>
  28.                                 <li class="action">
  29.                                     Click <b>View</b> to view the attributes of a provider.
  30.                                 </li>
  31.                                 <li class="action">
  32.                                     Click <b>Delete</b> to permanently delete a provider.
  33.                                 </li>
  34.                             </ul>
  35.                         </li>
  36.                     </UL>
  37.                     <h3>More Information</h3>
  38.                     <!-- #include file = "glossary.provider.htm" -->
  39.                 </td>
  40.             </tr>
  41.         </table>
  42.         <!-- #include file = "publish.footer.htm" -->
  43.     </body>
  44. </html>
  45.  
  46.  
  47.  
  48.